Skip to main content
DELETE
cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-account-id
string<uuid>
required

The account that owns the ticket

Path Parameters

id
string<uuid>
required

The ticket unique identifier

Body

application/json
user_id
string<uuid>
required

Account member id to remove.

role
enum<string>

Only remove this role. When omitted, every active role for the member is removed.

Available options:
assignee,
watcher
actor_user_id
string<uuid>

Agent recorded as the remover. If omitted, the first account member is used.

Response

Ticket with the updated assignees snapshot

data
object